/*commom style*/
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}

a:hover {
    color: #355e92;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

body {
    font-family: 微软雅黑;
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #333333;
    background: #f5f5f5;
}

/*commom style*/


.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}




/*footer start*/
.footer {
    height: 180px;
    width: 100%;
    border-top: 4px solid #164fa6;
    background: #e5e5e5;
    font-size: 13px;
    padding-top: 40px;
    /*position:fixed;*/
    /*bottom:0px;*/
    /*left: 0;*/
    /*z-index:-1;*/
}

.footer .w1200 p {
    text-align: center;
    line-height: 30px;
}

.footer a:hover {
    color: #333;
}

.dzjg {
    float: left;
}

.jiucuo {
    float: right;
    margin-top: 15px;
}

/*footer end*/


/*main start*/
.main {
    background: #fff;
    margin-top: 35px;
    background: #fff;
    background-size: 55px;
    padding: 0 20px 20px;

}

.main_top {
    height: auto;
    border-bottom: 1px dashed #c1b8b8;
    padding-bottom: 25px;
}

.hot_news {
    width: 750px;
    background: url("//lsj.jiangsu.gov.cn/images/2014/ls_20.png") no-repeat right center;
    height: 60px;
}

/*news start*/
.wrap {
    width: 500px;
}

.scrollbox {
    width: 600px;
    position: relative;
    background: url("//lsj.jiangsu.gov.cn/images/2014/ls_20.png") no-repeat right center;
}

#scrollDiv {
    width: 500px;
    height: 60px;
    overflow: hidden;
    display: block;
}

#scrollDiv ul {
    width: 500px;
    padding-left: 35px;
}

#scrollDiv li img {
    margin-right: 10px;
}

#scrollDiv li {
    width: 500px;
    height: 60px;
    float: left;
    line-height: 60px;
}

.scroltit {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 50px;
}

.scroltit small {
    float: left;
    width: 18px;
    height: 18px;
    margin: 2px 0;
}

/*news end*/

/*search start*/
.search {
    width: 360px;
    margin-right: 10px;
    height: 40px;
    padding-top: 10px;
}

form {
    height: 40px;
}

.search_txt {
    width: 290px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #b0c4d6;
    background: #f9f9fa;
    color: #999999;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 10px;
}

.search_bnt {
    width: 60px;
    height: 40px;
    background: url("//lsj.jiangsu.gov.cn/images/2014/ls_06.png") no-repeat center center #667f97;
    margin-left: -5px;
}

/*search end*/


/*图片新闻*/
.first {
    margin-top: 20px;
}

.pic_lunbo {
    width: 683px;
    height: 386px;
    float: left
}

.sc_imgnew {
    width: 683px;
    height: 386px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.imgnew_img_list {
    width: 683px;
    height: 386px;
    overflow: hidden;
    position: relative;
}

.imgnew_img {
    display: block;
    width: 683px;
    height: 386px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.imgnew_img img {
    max-width: none;
    border: none;
}

.imgnew_title_list {
    width: 683px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(/picture/0/32a730614c09402eaea02ab8ed88e715.png) repeat;
}

.imgnew_title {
    width: 683px;
    height: 40px;
    padding-left: 22px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.imgnew_title a {
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    width: 80%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.imgnew_title a:hover {
    color: #fff;
}

.imgnew_point_list {
    width: auto;
    height: 6px;
    position: absolute;
    bottom: 17px;
    right: 10px;
}

a.imgnew_point {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 8px;
}

a.imgnew_point:hover,
a.imgnew_point.On {
    background-color: #2e64ca;
}

/*图片新闻结束*/

.first_right {
    width: 447px;
}

.lanmu {
    position: relative;
}

.title {
    border-bottom: 1px solid #d9d9d9;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #666666;
}

.title li {
    float: left;
    color: #666666;
    font-size: 19px;
    /* width: 120px; */
    text-align: center;
    margin-right: 20px;
}

.title li.act span {
    color: #335ca9;
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 3px solid #335ca9;
    margin-bottom: -1px;
    height: 40px;
    /* width: 120px; */
}

.hide {
    display: none;
}

.most {
    position: absolute;
    right: 0px;
    top: 10px;
}

.contain{
    position: relative;
}
.contain font{
    position: absolute;
    right: 10px;
    top: -32px;
}
.list {
    padding-top: 10px;
    margin-bottom: 10px;
}

.list li {
    line-height: 41px;
    height: 41px;
}
.list li a{
    font-size: 17px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.first_right .list li {
    background: url("//lsj.jiangsu.gov.cn/images/2014/ls_05.png") no-repeat left center;
    padding-left: 12px;
}

.list li span {
    float: right;
    color: #d9d9d9;
}

.second {
    margin-top: 30px;
    height: 337px;
    border-top: 1px solid #d6d6d6;
    padding-top: 30px;
}

.second .second_left,
.second .second_con,
.second .second_right {
    border-left: 1px solid #d6d6d6;
}

.second .second_left {
    width: 360px;
    padding-right: 25px;
    border-left: none;
}

.second_con {
    width: 440px;
    padding-left: 25px;
    padding-right: 25px;
}

.second .second_right {
    width: 360px;
    padding-left: 25px;
}

.second .list li {
    background: url("//lsj.jiangsu.gov.cn/images/2014/ls_08.png") no-repeat left center;
    padding-left: 15px;
}

.friend {
    margin: 0 auto;
    overflow: hidden;
    width: 1160px;
    border-top: 1px solid #aebfd5;
}

.mr_frbox {
    height: 80px;
    position: relative;
    width: 1120px;
    margin: 20px 0px;
}

.mr_frUl {
    float: left;
    width: 1160px;
}

.mr_frUl ul li {
    display: inline;
    float: left;
    /*height:389px;*/
    width: 270px;
    overflow: hidden;
    position: relative;
    margin-right: 35px;
}

.mr_frUl ul li a img {
    width: 270px;
    height: 80px;
}


.forth {
    font-size: 15px;
}

.forth1 {
    float: left;
    width: 100px;
    height: 35px;
    background: url(ls_13.png) no-repeat;
    line-height: 35px;
    color: #fff;
    padding-left: 15px;
}

.forth ul>li {
    float: left;
    height: auto;
    line-height: 35px;
    border: 1px solid #d6d6d6;
    margin-left: 15px;
    padding: 0 7px;
    margin-bottom: 10px;
}
.yqlj_li_list ul {
    padding:10px 0;
}
.yqlj_li_list ul li {
    float: left;
    width: 225px;
    height: auto;
    line-height: 35px;
    border: none;
    margin-left: 15px;
    padding: 0 7px;
    margin-bottom: 0;
}
.yqlj_li_list ul li a{
    width: 100%!important;
    border: none;
    margin-left: 15px;
    margin: 0;
    line-height: 35px;
    padding-left: 15px;
}

/*main end*/
.all_right {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 10000;
}

.main_right li {
    width: 80px;
    height: 110px;
}

.main_right li img {
    width: 80px;
    height: 80px;
}

.main_right li span {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    background: #fff;
}

.b_right {
    width: 30px;
    height: 220px;
    background: #6caaf4;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    padding-top: 30px;
}


.footer_box {
    width: 100%;
    border-top: 10px solid #355e92;
    background: #dee0e2;
}


.footer_box_bottom {
    height: 119px;
    border-top: 1px solid #bfc1c3;
}

.friendlink_box {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.friendlink_box>li {
    margin-left: 15px;
    line-height: 30px;
    font-size: 13px;
}

.friendlink_box>li:first-child {
    margin-left: 0px;
}

.footer_top01 {
    width: 117px;
    height: 30px;
}

.footer_top01 a {
    display: block;
    color: #bb2335;
    background: #f7f7f7 url(http://218.94.123.82/picture/90/1708171600114207676.png) no-repeat 12px center;
    padding-left: 40px;
}

.footer_top02 {
    width: 102px;
    height: 30px;
}

.footer_top02 a {
    display: block;
    color: #bb2335;
    text-align: center;
    background: #f7f7f7;
}

.footer_top03 {
    width: 128px;
    height: 30px;
}

.footer_top03 a {
    display: block;
    color: #005ea5;
    text-align: center;
    background: #f7f7f7;
}

.footer_top04 {
    width: 127px;
    height: 30px;
}

.footer_top04 a {
    display: block;
    color: #005ea5;
    text-align: center;
    background: #f7f7f7;
}

.friendlink {
    width: 152px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.friendlink04 {
    width: 165px;
    background-position: 145px 9px;
}

.friendlink01_div01,
.friendlink02_div01,
.friendlink03_div01,
.friendlink04_div01 {
    width: 100%;
    height: 5px;
}

.friendlink01_div02 {
    width: 1200px;
    background: #F7F7F7;
    position: relative;
    left: -338px;
}

.friendlink02_div02 {
    width: 1200px;
    background: #F7F7F7;
    position: relative;
    left: -509px;
}

.friendlink03_div02 {
    width: 1200px;
    background: #F7F7F7;
    position: relative;
    left: -1048px;
}

.friendlink04_div02 {
    width: 1200px;
    background: #F7F7F7;
    position: relative;
    left: -868px;
}

.friendlink>div a {
    display: block;
    margin: 5px 20px;
    float: left;
    line-height: 28px;
    float: left;
    font-size: 13px;
}

.friendlink01_div02 a {
    width: 195px;
    text-align: left;
}

.friendlink02_div02 a {
    text-align: left;
}

.friendlink03_div02 a {
    width: 120px;
    text-align: left;
}

.friendlink04_div02 a {
    width: 110px;
    text-align: left;
}

.footer_bottom {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 0 217px;
}

.dzjg {
    width: 52px;
    margin-top: 10px;
}

.dzjg img {
    width: 52px;
    height: 64px;
}

.footer_font {
    width: 570px;
    font-size: 13px;
    line-height: 26px;
    color: #333333;
    margin-left: 20px;
    margin-top: 6px;
    text-align: left;
    position: relative;
}

.jc {
    width: 110px;
    margin-left: 30px;
    margin-top: 15px;
}

.jc img {
    width: 110px;
    height: 52px;
}

.hide {
    display: none;
}
.yqlj_li_list{
    display: none;
}


/* 适老化样式 */
/* 图片新闻 */
.old_type .pic_lunbo {
    height: auto;
    float: none;
    width: 100%;
    margin-bottom: 30px;
}

.old_type .sc_imgnew,
.old_type .imgnew_img,
.old_type .imgnew_img_list,
.old_type .imgnew_img img {
    width: 100% !important;
    height: 642px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.old_type .imgnew_title_list {
    width: 100%;
    height: 90px;
}

.old_type .imgnew_title {
    width: 100%;
    height: 90px;
    line-height: 90px;
}

.old_type .imgnew_title a {
    font-size: 36px;
    line-height: 90px;
    width: 80%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.old_type a.imgnew_point {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.old_type .imgnew_point_list {
    height: 16px;
    bottom: 37px;
}

/* 要闻动态切换 */
.old_type .first_right{
    width: 100%;
}
.old_type .title {
    height: 80px;
    line-height: 80px;
    font-size: 40px;
}
.old_type .title li{
    font-size: 40px;
}
.old_type .title li.act span{
    font-size: 40px;
    height: 80px;
}
.old_type .contain font{
    font-size: 36px;
    top: -60px;
}
.old_type .list li{
    height: 72px;
    line-height: 72px;
    padding-left: 35px;
    background-position: left 30px;
    font-size: 36px;
    background-size: 12px;
}
.old_type .list li a{
    font-size: 36px;
    width: 85%;
}

/* 中国政务网、江苏新闻 */
.old_type .second{
    height: auto;
    padding-top:5px;
}
.old_type .second .second_left{
    width: 100%;
    padding: 0;
}
.old_type .second_con{
    width: 100%;
    padding: 0;
}
.old_type .second .second_right{
    width: 100%;
    padding: 0;
}
.old_type .second .second_left, .old_type .second .second_con, .old_type .second .second_right{
    border-left: none;
}
.old_type .most{
    font-size: 36px;
    top: 20px;
}

/* 专题专栏 */
.old_type .third {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.old_type .ztzl-box {
    display: none;
}

.old-ztzl-box {
    display: none;
}

.old_type .old-ztzl-box {
    display: block;
    padding-bottom: 20px;
}

.old_type .old-zt-list .swiper {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.old_type .old-zt-list .swiper-slide {
    width: 360px;
    height: 185px;
    border: 1px solid #e6e6e6;
    /* padding: 20px 0; */
    position: relative;
    /* margin-top: 30px; */
}

.old_type .old-zt-list .swiper-slide .ztzl_pic {
    width: 320px;
    height: 140px;
    margin: 20px;
}

.old_type .old-zt-list .swiper-slide h1 {
    font-weight: 500;
}

.old_type .old-zt-list .swiper-slide h1 a {
    font-size: 36px;
    line-height: 40px;
    width: 200px;
    position: absolute;
    text-align: center;
    top: -20px;
    background: #fff;
    left: 85px;
}

.old_type .old-zt-list .swiper-slide .ztzl_pic img {
    width: 320px;
    height: 140px;
}

.old_type .old-zt-list .swiper-slide span {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    bottom: 20px;
}

.old_type .old-zt-list .swiper-slide span img {
    width: 78px;
    height: 78px;
}

/* 友情链接 */
.forth{
    height: auto!important;
}
.old_type .forth ul>li{
    width: 270px;
    height: auto;
    line-height: 50px;
    font-size: 24px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.old_type .friendlink>div a{
    font-size: 24px;
    line-height: 48px;
    margin: 10px 0 0 35px;
}
.old_type .friendlink02{
    width: 330px!important;
}
.old_type .friendlink01{
    background-position: 250px 18px;
    background-size: 8px;
}
.old_type .friendlink02{
    background-position: 310px 18px;
    background-size: 8px;
}
.old_type .friendlink01_div02{
    left: -310px;
}
.old_type .friendlink01_div02 a,.old_type .friendlink02_div02 a{
    width: 330px!important;   
}
.old_type .friendlink02_div02{
    left: -600px;
}
.old_type .yqlj_li_list ul{
    padding:10px 0 25px;
}
.old_type .yqlj_li_list ul li {
    float: left;
    width: 345px!important;
    height: auto;
    line-height: 35px;
    border: none;
    margin-left: 30px;
    padding: 0 7px;
    margin-bottom: 0;
    margin-top: 10px;
}
.old_type .yqlj_li_list ul li a{
    width: 100%!important;
    border: none;
    margin-left: 15px;
    margin: 0;
    line-height: 35px;
    padding-left: 15px;
}